free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....Viewer Product Solution GroupDocs...page. Licensing The license file contains details such as the...
The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample.
advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments
TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....Viewer Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...
This section explains how to load document from stream with GroupDocs.Signature API....Viewer Product Solution GroupDocs...overhead of saving stream as a file on disk, enables you to work...
This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Viewer Product Solution GroupDocs...20 ) }; // sign document to file SignResult signResult = signature...
This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Viewer Product Solution GroupDocs...save a document to any custom file at any location on the local...
GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported.
The following table provides the list of supported formats:
Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...Information Store File Microsoft Outlook Offline Data File More resources...
This section explains how to load document from stream with GroupDocs.Signature API....Viewer Product Solution GroupDocs...overhead of saving stream as a file on disk, enables you to work...
This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....Viewer Product Family GroupDocs.Comparison...to assist in converting XLSX files to PDF. Steps to Convert XLSX...